home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / etc / cron.daily / slocate
Text File  |  2006-06-30  |  152b  |  12 lines

  1. #! /bin/sh
  2.  
  3. if [ -x /usr/bin/updatedb ]
  4. then
  5.     if [ -f /etc/updatedb.conf ]
  6.     then
  7.         nice /usr/bin/updatedb
  8.     else
  9.         nice /usr/bin/updatedb -f proc
  10.     fi
  11. fi
  12.